home *** CD-ROM | disk | FTP | other *** search
- object DelKey: TDelKey
- Left = 295
- Top = 230
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Remove a key from your keyring'
- ClientHeight = 374
- ClientWidth = 540
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 0
- Top = 4
- Width = 281
- Height = 13
- AutoSize = False
- Caption = 'Public KeyRing Contents:'
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 0
- Top = 212
- Width = 281
- Height = 13
- AutoSize = False
- Caption = 'Secret KeyRing Contents:'
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object Label3: TLabel
- Left = 420
- Top = 36
- Width = 117
- Height = 113
- AutoSize = False
- Caption =
- 'Select the key you wish to remove and click the appropriate butt' +
- 'on.'
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object ListBox2: TListBox
- Left = 0
- Top = 228
- Width = 413
- Height = 145
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- Sorted = True
- TabOrder = 0
- end
- object ListBox1: TListBox
- Left = 0
- Top = 20
- Width = 413
- Height = 185
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- Sorted = True
- TabOrder = 1
- end
- object Button1: TButton
- Left = 416
- Top = 176
- Width = 121
- Height = 29
- Caption = 'Remove &Public Key'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 416
- Top = 228
- Width = 121
- Height = 29
- Caption = 'Remove &Secret Key'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 428
- Top = 288
- Width = 97
- Height = 65
- Caption = 'E&xit'
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = Button3Click
- end
- end
-